Neemans - AMS

Owner: abhishek.r@neemans.com · Neeman's · ← all brands

Active days
8
Sessions
516
Active hours
7.17
real mouse/keyboard time
Page views
57
Actions
0
Entities changed
0

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
0

Current automation state

Rules
31 / 67
active / total — 36 paused, 0 expired
Dayparting
6 / 54
active / total — 42 paused, 6 expired
Managers
16
Executives
3
Sellers
1
Vendors
1

Profile 136373526441378 · amazon · europe

Top users on this brand

EmailNameRoleSessionsActive min
akhil@neemans.com Akhil Manager 151 109.6
admin@hectorai.live Hector Admin Admin 101 104.0
chirag@neondigital.media Chirag Shetty Manager 65 61.0
abhishek.r@neemans.com Abhishek Rana Manager 48 49.2
ishaan.g@neemans.com Ishaan Garg Admin 43 37.4
gautam@neondigital.media Gautam Hegde Manager 34 23.2
prashant@neondigital.media Prashant Santosh Kesare Manager 33 22.8
ankit.s@neemans.com Ankit Sharma Manager 22 15.3
mayank@hectorai.live Mayank Makharia Manager 18 7.2
mahesh@neondigital.media Mahesh Kumar Manager 1 0.4

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-06-17 7 150 2.63 14 0 0
2026-06-18 9 75 1.11 9 0 0
2026-06-19 7 46 0.51 8 0 0
2026-06-20 6 34 0.31 2 0 0
2026-06-21 4 18 0.22 1 0 0
2026-06-22 7 87 1.09 17 0 0
2026-06-23 7 62 0.76 2 0 0
2026-06-24 6 44 0.54 4 0 0
4 queries · scanned 23.89 MB · cost $0.000142 · 6.94s
Query 1 · 1 rows · 13.22 MB · $0.000079 · 2.11s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Neemans - AMS')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
Query 2 · 10 rows · 1.27 MB · $0.000008 · 1.23s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       ANY_VALUE(role)      AS role,
       SUM(sessions)        AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('Neemans - AMS')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 8 rows · 9.14 MB · $0.000054 · 2.04s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Neemans - AMS')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
Query 4 · 1 rows · 273.0 KB · $0.000002 · 1.56s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Neemans - AMS')
LIMIT 5